Configure Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSource.Configure Method

This function configures the most commonly configured attributes of the arm source sub-system.


[Visual Basic]
Public Sub Configure( _
   ByVal Enabled As Boolean, _
   ByVal Detection As IviLxiSyncArmSourceDetectionEnum _
)

[C#]
public void Configure(
   Boolean Enabled,
   IviLxiSyncArmSourceDetectionEnum Detection
);

[C++]
HRESULT Configure(
   VARIANT_BOOL Enabled,
   IviLxiSyncArmSourceDetectionEnum Detection
);

Parameters

Enabled
Enables or disables the arm source.
Detection
Specifies the style of the arm source.

See Also

IIviLxiSyncArmSource Interface | IIviLxiSyncArmSource Members | Ivi.LxiSync.Interop Namespace